home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
web
/
noweb
/
src
/
tex
/
Makefile
< prev
next >
Wrap
Makefile
|
1995-02-24
|
287b
|
14 lines
SHELL=/bin/sh
all: nwmac.tex noweb.sty
source: nwmac.tex noweb.sty
nwmac.tex: support.nw
notangle -Rnwmac.tex support.nw > nwmac.tex
noweb.sty: support.nw
notangle -Rnoweb.sty support.nw > noweb.sty
clean:
/bin/rm -f *~ *.dvi *.aux *.log *.blg *.bbl *.toc
/bin/rm -f support.tex